PDF4Java Reference Documentation
com.o2sol.pdf4java.redaction Package / PDFContentRedactor Class / redactAnnotation Method
The redaction annotation that specifies the area to redact.
In This Topic
    redactAnnotation Method
    In This Topic
    Redacts the area specified by the redaction annotation.
    Syntax
    public void redactAnnotation( 
       PDFRedactionAnnotation redactionAnnotation
    )

    Parameters

    redactionAnnotation
    The redaction annotation that specifies the area to redact.
    Exceptions
    ExceptionDescription
    When redactionAnnotation is null or the redactionAnnotation does not belong to current page.
    See Also